home *** CD-ROM | disk | FTP | other *** search
/ The Disc - MacWorld 1995 / PowerComputing (The Disc)(MacWorld 1995).ISO / mac / CDFACTOR / HCfactor / HumanCode / HumanCode.DXR / 00082.ls < prev    next >
Encoding:
Text File  |  1995-07-14  |  385 b   |  15 lines

  1. global gSpliteSetList, gNextPlay, gcurrlessonnumber, gcurrchapternumber
  2.  
  3. on mouseDown
  4.   pushBtn()
  5.   if not rollOver(clickOn()) then
  6.     exit
  7.   end if
  8.   repeat with n in getAt(gSpliteSetList, 3)
  9.     set the visible of sprite n to 0
  10.   end repeat
  11.   set gNextPlay to [gcurrlessonnumber, gcurrchapternumber, #pause]
  12.   set the mouseDownScript to "playerMouseDownScript"
  13.   go("PlayMode")
  14. end
  15.